home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / oakley / wrdw9511 / product / WORDWRES.EXE / 0 / RCDATA / TLISTALLWORDS / TLISTALLWORDS.txt
Text File  |  1996-03-05  |  1KB  |  70 lines

  1. object ListAllWords: TListAllWords
  2.   Left = 497
  3.   Top = 134
  4.   BorderStyle = bsDialog
  5.   Caption = 'All Words In Puzzle'
  6.   ClientHeight = 435
  7.   ClientWidth = 266
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   TextHeight = 19
  17.   object WordsLabel: TLabel
  18.     Left = 12
  19.     Top = 388
  20.     Width = 101
  21.     Height = 19
  22.     AutoSize = False
  23.     Caption = 'Words: 100'
  24.   end
  25.   object FoundLabel: TLabel
  26.     Left = 12
  27.     Top = 412
  28.     Width = 101
  29.     Height = 19
  30.     AutoSize = False
  31.     Caption = 'Found: 100'
  32.   end
  33.   object PercentLabel: TLabel
  34.     Left = 128
  35.     Top = 400
  36.     Width = 57
  37.     Height = 29
  38.     Alignment = taCenter
  39.     AutoSize = False
  40.     Caption = '100%'
  41.     Font.Color = clBlack
  42.     Font.Height = -20
  43.     Font.Name = 'Arial'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object TheList: TListBox
  48.     Left = 12
  49.     Top = 12
  50.     Width = 245
  51.     Height = 369
  52.     Font.Color = clBlack
  53.     Font.Height = -17
  54.     Font.Name = 'Arial'
  55.     Font.Style = []
  56.     ItemHeight = 19
  57.     ParentFont = False
  58.     TabOrder = 0
  59.   end
  60.   object ExitButton: TButton
  61.     Left = 196
  62.     Top = 388
  63.     Width = 61
  64.     Height = 45
  65.     Caption = 'E&xit'
  66.     TabOrder = 1
  67.     OnClick = ExitButtonClick
  68.   end
  69. end
  70.